2 matches found
CVE-2021-3727
Vulnerability in rand-quote and hitokoto plugins Description : the rand-quote and hitokoto fetch quotes from quotationspage.com and hitokoto.cn respectively, do some process on them and then use print -P to print them. If these quotes contained the proper symbols, they could trigger command injecti...
CVE-2021-3726
Vulnerability in title function Description : the title function defined in lib/termsupport.zsh uses print to set the terminal title to a user-supplied string. In Oh My Zsh, this function is always used securely, but custom user code could use the title function in a way that is unsafe. Fixed in : ...